home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEVIEW / TXTRUN.ZIP / TXTRUN.DC2 < prev    next >
Encoding:
Text File  |  1991-05-19  |  52.2 KB  |  1,342 lines

  1.                    TXTRUN.EXE (turning text into softwares.)
  2.  
  3.           version 0.8 (c) copy right 1990-91 All Rights Reserved
  4.  
  5.           =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  6.                              PROMPTS AND MESSAGES
  7.           =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  8.  
  9.                The following is a list of messages generated at the 
  10.                in-line commands.  Many are designed to act as context 
  11.                sensitive help so that they may not be elaborated on.
  12.  
  13.                A few may seem redundant to you, but if this doesn't 
  14.                work, then reporting the message which appeared, along 
  15.                with the DOS version you are using and other relevant 
  16.                informations helps narrow the reason for the trouble.
  17.  
  18.           =-=-=
  19.           Unknown parameter on the command line
  20.           =-=-=
  21.  
  22.           Something not recognized was found on the line when you ran 
  23.           the program.  If you ran this program from a batch command 
  24.           file, error messages are followed by errorlevel = 1 so that
  25.           you can have your batch file take appropriate actions.
  26.  
  27.           =-=-=
  28.           There is no memory resident mode for Run option.
  29.           =-=-=
  30.  
  31.           There is no memory resident mode per se for TXTRUN.
  32.  
  33.           While TXTRUN or the .COM software made by TXTRUN is running 
  34.           another software/batch-file/DOS-commands (abbreviated to 
  35.           just "software(s)"), this is in fact memory resident, but
  36.           as soon as your software finishes, it kicks right back to 
  37.           the page 1 of your text anyway.
  38.  
  39.           Since TXTRUN pages will not operate while your software is 
  40.           running, this is not considered a memory resident mode.
  41.           (SHELLP.EXE, however, will operate under the condition 
  42.           specified above)
  43.  
  44.  
  45.                         Edit errors and messages
  46.  
  47.           =-=-=
  48.           The Edit option must be followed without any space or tab
  49.           separating it from the file name as in
  50.           TXTRUN EC:/SUBDIR/MESSAGE.TXT<ntr>
  51.           The following are bad examples
  52.           TXTRUN E SPCBAD.TXT<ntr>
  53.           TXTRUN E NOCOMEXE.EXE<ntr>
  54.           The first because of the space after "E"
  55.           The second because .EXE or .COM are not editable files.
  56.           =-=-=
  57.  
  58.           Having to remember to avoid placing spaces or tabs after 
  59.           each option may be bothersome to remember, but it simplifies 
  60.           accessing these context sensitive messages.
  61.  
  62.           For the benefit of neophytes, if you try to edit .EXE or 
  63.           .COM softwares, the various internal checks TXTRUN performs 
  64.           should prevent it, but you should not do so intentionally.
  65.  
  66.                While the number of decisions this program makes is 
  67.                "like the number of stars in the heaven", there is 
  68.                always Murphy's law:  "if it can lock up, it will".
  69.  
  70.           =-=-=
  71.           This text file is over 40,000 bytes long.
  72.           =-=-=
  73.  
  74.           You tried to edit a text file which was over 40,000 bytes 
  75.           long.  Since the .COM software to be made must be no more 
  76.           than about 65,000 bytes in length, this will not work.
  77.  
  78.           =-=-=
  79.           This intermediary file is over 45,000 bytes long.
  80.           =-=-=
  81.  
  82.           You tried to edit an .EDT file which was made by TXTRUN and 
  83.           it was over the limit for the intermediary file.  If your 
  84.           editor can edit binary files, try removing the last page.  
  85.           If not, try using DEBUG.COM and save the length minus some 
  86.           bytes by placing a new value in the CX register and Writing 
  87.           out the new file.
  88.  
  89.           Normally, you shouldn't get this message because of
  90.  
  91.           =-=-=
  92.           This text file will become over 45,000 bytes long.
  93.           =-=-=
  94.  
  95.           A preliminary check on your text file indicates that this 
  96.           will become an intermediary .EDT file which will be larger 
  97.           than the allowed 45,000 bytes limit.  This will abort so 
  98.           that you can use your editor or ascii word processor to make 
  99.           a shorter text file which can be used.
  100.  
  101.           The main culprit in enlarging the size of the .COM software 
  102.           which will be made by TXTRUN is the number of selections 
  103.           which will run other softwares (or batch files or DOS 
  104.           commands) since they are entered into your text file by 
  105.           TXTRUN.
  106.  
  107.                TXTRUN itself can handle a text up to 255 characters 
  108.                long (the .EDT file line may be a lot longer) so you 
  109.                don't have to worry about entering the names and 
  110.                parameters of softwares which may become very long.
  111.  
  112.           =-=-=
  113.           This text file is less than 10 byte long.
  114.           =-=-=
  115.  
  116.           The text file is 0 - 9 bytes long.  This is obviously too 
  117.           short to contain anything which will be made into a menu.
  118.  
  119.           If you're wondering what the smallest .COM software which 
  120.           TXTRUN can make, it's less than 8,000 bytes long for TXTRUN 
  121.           version 0.8.
  122.  
  123.           =-=-=
  124.           The Edit requires 196 KB free space
  125.           =-=-=
  126.  
  127.           Of the 640 KB of system memory space, TXTRUN needs 196 KB to 
  128.           run correctly.  If you're trying to run this while you were 
  129.           running another software, get out of that software first.
  130.  
  131.           If you're using a RAM drive which uses the 640 KB system 
  132.           memory, try using a smaller size.
  133.  
  134.                The "KB" in 640 KB is really 1024 bytes, so 640 KB is 
  135.                65,536 bytes (64 * 1024) since this is what most people 
  136.                talk about.  These documents usually use numbers like 
  137.                "40,000 bytes" or "45,000 bytes" to tell you that it is 
  138.                indeed a multiples of 1,000 bytes and not a round about 
  139.                way of saying 1024 byte chunks.
  140.  
  141.           What CHKDSK.COM claims differs from this statement because 
  142.           most of COMMAND.COM can be transitory in memory (depending 
  143.           on DOS version and other factors, the absolute size and the 
  144.           transitory size varies greatly.)
  145.  
  146.           =-=-=
  147.           I cannot edit.  The pre-processing itself made this too big.
  148.           =-=-=
  149.  
  150.           A later event in processing your text made the text too 
  151.           large to handle.  You must make the text smaller.
  152.  
  153.           =-=-=
  154.             There is no space left to edit.
  155.           =-=-=
  156.  
  157.           A later event in processing your text made the text too 
  158.           large to handle.  You must make the text smaller.
  159.  
  160.           =-=-=
  161.           You cannot have chr(0) inside regular text.
  162.           Please remove them before use the Edit.
  163.           =-=-=
  164.  
  165.           There is nothing special about chr(0) that TXTRUN cannot 
  166.           handle it, but if you accidentally tried to edit 
  167.           executable softwares (with file extension .EXE or .COM), 
  168.           this feature should catch it, since such files contain this 
  169.           null character used as executing commands.
  170.  
  171.           =-=-=
  172.           I did not find at least five pairs of <ntr><lf> here.
  173.           I am aborting because I don't think that this is a text file.
  174.           =-=-=
  175.  
  176.           This is another step used by TXTRUN to check that you are 
  177.           indeed trying to edit regular ascii text files.
  178.  
  179.           =-=-=
  180.           Your text is over 255 columns
  181.           The recommended length is 78 or less.  Aborting.
  182.           =-=-=
  183.  
  184.           Your text file was found to be over 255 columns wide.  Since 
  185.           there TXTRUN is not designed to support such expensive 
  186.           screen, this will abort.  If the text was within 255 columns 
  187.           wide and your monitor is 80 columns wide, then TXTRUN will 
  188.           simply not display text beyond 78 columns.
  189.  
  190.           =-=-=
  191.           You tried to define more than 255 pages using over
  192.           255 form feeds.  This is not allowed.
  193.           =-=-=
  194.  
  195.           You probably wouldn't encounter this message, since at 
  196.           40,000 bytes, each of your page will contain about 157 
  197.           characters only, which does not contain enough text to make 
  198.           much of a menu or game.
  199.  
  200.           =-=-=
  201.           The form feed (chr(12)) must be on the left most column.
  202.           TXTRUN.EXE expects them to be on the very left side.
  203.           =-=-=
  204.  
  205.           =-=-=
  206.           Your text page is over 48 rows high.
  207.           The recommended length is 23 or less.  Aborting.
  208.           =-=-=
  209.  
  210.           Did you forget to include the ^S_##r coding after the 48th 
  211.           row?  Each selection may have its own individual prompts 
  212.           which can make a pop up page several hundred lines long, but 
  213.           if you forgot to include the coding, it get caught by this.
  214.  
  215.           =-=-=
  216.           <- This file extension is for the intermediary .EDT file,
  217.           but does NOT have the codes indicating this to be an .EDT type.
  218.           Shall I treat it as a normal file?      (type "N")
  219.           or as the intermediary .EDT file?       (type "E")
  220.           My recommendation is to abort and check (type "<esc>")
  221.           =-=-=
  222.  
  223.           You specified that the intermediary .EDT file be edited, but 
  224.           its content does not look like the .EDT file.
  225.  
  226.           If you used the letter T option to change the file name 
  227.           extension for the intermediary file, check your directory to 
  228.           see what you've done so far.
  229.  
  230.           If you use the T option, be sure to use it before the Edit 
  231.           option like this
  232.  
  233.           TXTRUN TZ Eyourfile<ntr>
  234.  
  235.           The following does not work
  236.  
  237.           TXTRUN Eyourfile TZ<ntr>
  238.  
  239.           because as soon as TXTRUN encounters the Edit option, it 
  240.           does, without seeing what other options you typed.
  241.  
  242.           Normally, you shouldn't get this message because of
  243.  
  244.           =-=-=
  245.           This text file will become over 45,000 bytes long.
  246.           =-=-=
  247.  
  248.           A preliminary check on your text file indicates that this 
  249.           will become an intermediary .EDT file which will be larger 
  250.           than the allowed 45,000 bytes limit.  This will abort so 
  251.           that you can use your editor or ascii word processor to make 
  252.           a shorter text file which can be used.
  253.  
  254.           The main culprit in enlarging the size of the .COM software 
  255.           which will be made by TXTRUN is the number of selections 
  256.           which will run other softwares (or batch files or DOS 
  257.           commands) since they are entered into your text file by 
  258.           TXTRUN.
  259.  
  260.                TXTRUN itself can handle a text up to 255 characters 
  261.                long (the .EDT file line may be a lot longer) so you 
  262.                don't have to worry about entering the names and 
  263.                parameters of softwares which may become very long.
  264.  
  265.           =-=-=
  266.           This text file is less than 10 byte long.
  267.           =-=-=
  268.  
  269.           The text file is 0 - 9 bytes long.  This is obviously too 
  270.           short to contain anything which will be made into a menu.
  271.  
  272.           If you're wondering what the smallest .COM software which 
  273.           TXTRUN can make, it's less than 8,000 bytes long for TXTRUN 
  274.           version 0.8.
  275.  
  276.           =-=-=
  277.           The Edit requires 196 KB free space
  278.           =-=-=
  279.  
  280.           Of the 640 KB of system memory space, TXTRUN needs 196 KB to 
  281.           run correctly.  If you're trying to run this while you were 
  282.           running another software, get out of that software first.
  283.  
  284.           If you're using a RAM drive which uses the 640 KB system 
  285.           memory, try using a smaller size.
  286.  
  287.                The "KB" in 640 KB is really 1024 bytes, so 640 KB is 
  288.                65,536 bytes (64 * 1024) since this is what most people 
  289.                talk about.  These documents usually use numbers like 
  290.                "40,000 bytes" or "45,000 bytes" to tell you that it is 
  291.                indeed a multiples of 1,000 bytes and not a round about 
  292.                way of saying 1024 byte chunks.
  293.  
  294.                The documentation previously stated that TXTRUN uses 
  295.                200 - 220 KB, while this message claims 196 KB.
  296.                Actually, TXTRUN needs 196 KB, but was stated as 220
  297.                KB before to account for the needs of COMMAND.COM.
  298.                (Depending on your DOS version and various other
  299.                factors, this need varies greatly.  And since parts of
  300.                COMMAND.COM is allowed to be overwritten, (transitory)
  301.                what CHKDSK.COM reports as the amount of free system
  302.                memory will not agree with what this document claims.)
  303.  
  304.                     All this sounds like double-talk and contradictory
  305.                     to many of you, but 220 KB was chosen as a 
  306.                     conservative figure to avoid nasty surprises you 
  307.                     may encounter.
  308.  
  309.           =-=-=
  310.           I cannot edit.  The pre-processing itself made this too big.
  311.           =-=-=
  312.  
  313.           A later event in processing your text made the text too 
  314.           large to handle.  You must make the text smaller.
  315.  
  316.           =-=-=
  317.             There is no space left to edit.
  318.           =-=-=
  319.  
  320.           A later event in processing your text made the text too 
  321.           large to handle.  You must make the text smaller.
  322.  
  323.           =-=-=
  324.           You cannot have chr(0) inside regular text.
  325.           Please remove them before use the Edit.
  326.           =-=-=
  327.  
  328.           There is nothing special about chr(0) that TXTRUN cannot 
  329.           handle it, but if you accidentally tried to edit 
  330.           executable softwares (with file extension .EXE or .COM), 
  331.           this feature should catch it, since such files contain this 
  332.           null character used as executing commands.
  333.  
  334.           =-=-=
  335.           I did not find at least five pairs of <ntr><lf> here.
  336.           I am aborting because I don't think that this is a text file.
  337.           =-=-=
  338.  
  339.           This is another step used by TXTRUN to check that you are 
  340.           indeed trying to edit regular ascii text files.
  341.  
  342.           =-=-=
  343.           Your text is over 255 columns
  344.           The recommended length is 78 or less.  Aborting.
  345.           =-=-=
  346.  
  347.           Your text file was found to be over 255 columns wide.  Since 
  348.           there TXTRUN is not designed to support such expensive 
  349.           screen, this will abort.  If the text was within 255 columns 
  350.           wide and your monitor is 80 columns wide, then TXTRUN will 
  351.           simply not display text beyond 78 columns.
  352.  
  353.           =-=-=
  354.           You tried to define more than 255 pages using over
  355.           255 form feeds.  This is not allowed.
  356.           =-=-=
  357.  
  358.           You probably wouldn't encounter this message, since at 
  359.           40,000 bytes, each of your page will contain about 157 
  360.           characters only, which does not contain enough text to make 
  361.           much of a menu or game.
  362.  
  363.           =-=-=
  364.           The form feed (chr(12)) must be on the left most column.
  365.           TXTRUN.EXE expects them to be on the very left side.
  366.           =-=-=
  367.  
  368.           =-=-=
  369.           Your text page is over 48 rows high.
  370.           The recommended length is 23 or less.  Aborting.
  371.           =-=-=
  372.  
  373.           Did you forget to include the ^S_##r coding after the 48th 
  374.           row?  Each selection may have its own individual prompts 
  375.           which can make a pop up page several hundred lines long, but 
  376.           if you forgot to include the coding, it get caught by this.
  377.  
  378.           =-=-=
  379.           <- This file extension is for the intermediary .EDT file,
  380.           but does NOT have the codes indicating this to be an .EDT type.
  381.           Shall I treat it as a normal file?      (type "N")
  382.           or as the intermediary .EDT file?       (type "E")
  383.           My recommendation is to abort and check (type "<esc>")
  384.           =-=-=
  385.  
  386.           You specified that the intermediary .EDT file be edited, but 
  387.           its content does not look like the .EDT file.
  388.  
  389.           If you used the letter T option to change the file name 
  390.           extension for the intermediary file, check your directory to 
  391.           see what you've done so far.
  392.  
  393.           If you use the T option, be sure to use it before the Edit 
  394.           option like this
  395.  
  396.           TXTRUN TZ Eyourfile<ntr>
  397.  
  398.           The following does not work
  399.  
  400.           TXTRUN Eyourfile TZ<ntr>
  401.  
  402.           because as soon as TXTRUN encounters the Edit option, it 
  403.           does, without seeing what other options you typed.  This is 
  404.           to allow later versions to do something like
  405.  
  406.           TXTRUN Eonefile Eanother Ethirdfil<ntr>
  407.  
  408.           to edit more than one file.
  409.  
  410.           This feature is not operational.
  411.  
  412.           =-=-=
  413.           If you can see the file content normally, this is a
  414.           normal file.  If you see some strange codes, this was
  415.           probably an intermediary .EDT file.
  416.           =-=-=
  417.  
  418.           You typed <esc> upon encountering the error prior to this 
  419.           message above.  This provides extra guide in deciding what 
  420.           to do now.
  421.  
  422.           =-=-=
  423.           <- This file extension is NOT for the intermediary 
  424.           file, but has the codes indicating this to be an .EDT type
  425.           Shall I treat it as a normal file?      (type "N")
  426.           or as the intermediary .EDT file?       (type "E")
  427.           My recommendation is to abort and check (type "<esc>")
  428.           =-=-=
  429.  
  430.           Conversely, you tried to edit a file which did not have the 
  431.           .EDT file extension, but an analysis of the file contents 
  432.           indicates that this may be the intermediary file.
  433.  
  434.           If you inserted some of the advanced features mentioned in 
  435.           the TXTRUNDC.TXT file, you will not get this message.
  436.  
  437.  
  438.                          The letter T option in .EDT
  439.  
  440.           =-=-=
  441.             The letter T option must be followed by a <spc> (i.e. " ")
  442.           or some printable letter which is not chr(0) - chr(31).
  443.           TXTRUN Edit option reads a text file and writes an
  444.           intermediary file with the file extension ".EDT" as in
  445.           "filename.EDT" in case you go away to lunch or if there
  446.           is a power black out.
  447.           TXTRUN Change option reads a .COM file and writes a
  448.           text file with the file extension ".TXT" as in "file.TXT"
  449.             Use this option to change the letter "T" in ".EDT"/".TXT".
  450.           "TXTRUN TZ Efile.txt<ntr>" and "TXTRUN TZ Cfile.com<ntr>"
  451.           makes file names "file.EDZ" and "file.TXZ" respectively,
  452.           instead of "file.EDT" and "file.TXT" default.  With next one,
  453.           TXTRUN T Efilename.doc
  454.           since the "T" option is followed by a space (chr(32), not a
  455.           <tab>), the files made are "file.ED" and "file.TXT".
  456.           The "T" option must be BEFORE the Edit/Change option, not
  457.           "TXTRUN Efile.doc TZ<ntr>" or "TXTRUN Cfile.COM TZ<ntr>"
  458.           =-=-=
  459.  
  460.           The Change option is not operational.  If made, it may not 
  461.           operate as stated here.
  462.  
  463.           Since these programs flow with the opinions sent in by you, 
  464.           there is no guarantee that any promised feature will be 
  465.           added (or conversely something removed).
  466.  
  467.  
  468.                               screen code errors
  469.  
  470.           =-=-=
  471.           The Screen code option lets you replace the Screen code
  472.            chr(19) with something else.  This option must be followed
  473.           by a number between "1" and "255" as in "S1" through "F255".
  474.           Use this option if you cannot type control codes.
  475.           Chr(1) through chr(13) are NOT recommended.
  476.           You cannot use "S13" or "S10", which are <ntr> and <lf>.
  477.           Nor can you use "S0", which is a null character, or S8/S9.
  478.           You cannot set the Screen code equal to the Form feed code.
  479.           =-=-=
  480.  
  481.           =-=-=
  482.           You cannot use "S13" or "S10", which are <ntr> and <lf>.
  483.           Nor can you use "S0", which is a null character, or S8/S9.
  484.           =-=-=
  485.  
  486.           Although the previous message would have warned you, you 
  487.           tried to set the screen code to one of the codes which were 
  488.           not allowed.
  489.  
  490.           The screen code (chr(19)) should be changed to a regular 
  491.           printable character if your editor/ascii-word-processor 
  492.           cannot insert ^S in your text.  TXTRUN will not stop you, 
  493.           but if you must define this, define it to a printable 
  494.           character such as the back slash "\", bar character "|" or 
  495.           other characters which you're won't use often.
  496.  
  497.           =-=-=
  498.           You cannot set the Screen code equal to the Form feed code.
  499.           =-=-=
  500.  
  501.           As before, but you tried to say that the screen code is the 
  502.           same as the form feed code.
  503.  
  504.  
  505.                                form feed errors
  506.  
  507.           =-=-=
  508.           Not all form feeds are on the left most side.  Aborting.
  509.           =-=-=
  510.  
  511.           All form feeds must be on the very left most side.  You 
  512.           cannot indent it with spaces, tabs or any other character.
  513.  
  514.           =-=-=
  515.             The Form feed option lets you replace the end of page code
  516.            chr(12) with something else.  This option must be followed
  517.           by a number between "1" and "255" as in "F1" through "F255".
  518.           Use this option if you cannot type control codes.
  519.           Chr(1) through chr(13) are NOT recommended.
  520.           =-=-=
  521.  
  522.           As with the screen code, if you cannot insert control codes 
  523.           such as form feeds into your text, do not try to insert 
  524.           other control codes.
  525.  
  526.           Some older word processors may try to fill a page with extra 
  527.           <ntr><lf> pairs to make up a page.  If you use such a word 
  528.           processor, try to use an ascii mode or non-document mode or 
  529.           other options to avoid filling a page with these.
  530.  
  531.           =-=-=
  532.           You cannot use "F13" or "F10", which are <ntr> and <lf>.
  533.           Nor can you use "F0", which is a null character, or F8/F9.
  534.           =-=-=
  535.  
  536.           =-=-=
  537.           You cannot set the Form feed code equal to the Screen code.
  538.           =-=-=
  539.  
  540.  
  541.                                  beep error
  542.  
  543.           =-=-=
  544.           After the Beep option, I was expecting to find the word
  545.           "OF" or "OFF" as in "BOF" or "BOFF" to turn OFF the
  546.           beeping accompanying error messages.
  547.           There must be no space between "B" and either "OF" or "OFF"
  548.           as in "B  OFF" or "B OF"
  549.           BOX option uses BOX1(8chrs) through BOX7(8chrs).
  550.           =-=-=
  551.  
  552.  
  553.                                  box errors
  554.           =-=-=
  555.             This lets you replace one of the 9 box types by yours:
  556.             The new BOX option requires that you follow this by a
  557.           number between "1" and "9" as in "BOX2________" through
  558.           "BOX3________" to replace BOX type 2 with these and
  559.           the BOX type 3 with these.  The characters required are
  560.           the left-top-chr     top-middle-chr   right-top
  561.           the left-box-chr                      right-chr
  562.           the left-bottom-chr bottom-middle-chr right-bottom-chr
  563.           in this order.
  564.             These may be used to distinguish between subroutine
  565.           pages, left/right pages or different levels of nestings.
  566.             (All nine types may be replaced if desired.)
  567.           =-=-=
  568.  
  569.           The "________" above contain examples of the box characters 
  570.           to define.  They are not reproduced here because they may 
  571.           not be compatible with your editor which you are using to 
  572.           see this document.
  573.  
  574.           To see what they look like, use just the "BOX<ntr>" 
  575.           parameter without entering anything else.  They look like 
  576.           this if you must see them here.
  577.  
  578.           --  --  --  |  |  |        | 
  579.           |        |  |  |  --  --  -- 
  580.  
  581.           =-=-=
  582.             I was expecting to find eight characters after the
  583.           BOX# option, where "#" is a number between "1" and "9".
  584.             To find the order of characters required, type
  585.           TXTRUN BOX<ntr>
  586.           and I'll tell you what's required.
  587.           Beep OFF option is "BOF" or "BOFF"
  588.           =-=-=
  589.  
  590.  
  591.                                 <ntr> error
  592.  
  593.           =-=-=
  594.           The Ntr option lets you replace the music sign displayed
  595.           as the end-of-line displayed on screen by something else.
  596.           This does not affect how the text is stored, but only how
  597.           it is displayed.
  598.           This option must be followed by a number between "1" and "255"
  599.           as in "N1" through "N255"
  600.           =-=-=
  601.  
  602.           Default is N13 to display a music sign at each end-of-line.
  603.  
  604.           N32 will prevent the display of end-of-line indicator.
  605.  
  606.           N9 for <tab> will not be a blank, but instead, you will see 
  607.           a box with a circle inside.
  608.  
  609.  
  610.                getting down one level by typing <esc> at any page
  611.  
  612.           =-=-=
  613.             When you move from one page to another with the left/right
  614.           cursor keys or PgUp/PgDn keys, you move in one sheet 2-D
  615.           level.  When you select a page by selecting a choice which is
  616.           hi-lighted in reverse character mode by pressing <ntr>, then
  617.           you move to another level (a second plane or layer) of pages.
  618.             By default, typing <esc> at any page on this second level
  619.           gets you back to the page on the first level which called it.
  620.             The only option available is "AOFF" for "Any <esc> at new
  621.           level goes back to the last level's calling page is turned
  622.           OFF here.".  It may be abbreviated to "AOF".
  623.             What background pages display will self-adjust themselves
  624.           when <esc> will exit one level only from the calling page.
  625.           =-=-=
  626.  
  627.           By default, when you go up from level 1 to level 2 etc, you 
  628.           can go down to the level below it by typing <esc> at Any 
  629.           page.  By using the AOFF option, you can get down one level 
  630.           only if you type <esc> at the page you went up at. (<esc> 
  631.           stands for "escape".)
  632.  
  633.           If you don't understand the wording or the illustrations in 
  634.           this and TXTRUNDC.TXT, just try it.
  635.  
  636.  
  637.                    one way passage through the pages
  638.  
  639.           =-=-=
  640.           The option "O" was not followed by "NE" as expected
  641.           The option "ONE" turns off the two way definition of path
  642.           when right/left cursor or PgUp/PgDn are used to go from one
  643.           page to another.  Normally, the pages are set for two way
  644.           passage:  The last page stored by alt-5 is stored so that
  645.           typing alt-right, alt-PgUp etc lets the present page go to
  646.           the stored page, and the stored page can go to present page.
  647.           With "ONE" way set, the stored page cannot go to here.
  648.           This also allows several pages to go to one particular page.
  649.           Within the menu, alt-O can switch this ON/OFF.
  650.           =-=-=
  651.  
  652.           If you went from page 1 to page 2 by pressing down on the 
  653.           left cursor key, it's logical to assume that pressing down 
  654.           on the right cursor key while in page 2 will get you back to 
  655.           page 1 again.  But there may be times when you want this
  656.                                          restricted.  This option lets
  657.           ........          ........     you add this so that passage
  658.           .      .<-cursor  .      .     through the pages is one way
  659.           .page 2.   left   .page 1.     only.  While you're editing
  660.           .      .          .      .     your text file, the alt-end
  661.           .      .  cursor->.      .     key combination turns this
  662.           ........   right  ........     ON/OFF as needed.
  663.                                          
  664.                                               One of the feature about
  665.           ........                       the one way passage is that
  666.           .      .                       several pages can access one
  667.           .page 7.  cursor-              single page like this in this
  668.           .      .   right \             example to the left.
  669.           .      .          \            
  670.           ........           \                There is no limit in the
  671.           ........          ........     number of pages which can 
  672.           .      .          .      .     access any one page, and the
  673.           .page 5.  cursor->.page 1.     page 1 here can access any 
  674.           .      .   right  .      .     one of the pages to its left,
  675.           .      .          .      .     no access to its left, or 
  676.           ........          ........     access another page which
  677.           ........         /             cannot access page 1 at all.
  678.           .      .  cursor/              
  679.           .page 8.   right                    There is nothing special
  680.           .      .                       about page 1, except that 
  681.           .      .                       when you run softwares, your
  682.           ........                       .COM software will place you
  683.                                          back in this page after it 
  684.           finishes running your software.
  685.  
  686.           If you have a page which cannot be accessed from any other 
  687.           page, it will not be deleted, but it will make your .COM 
  688.           software that much bigger.
  689.  
  690.  
  691.                       clearing your screen
  692.  
  693.           =-=-=
  694.             Normally, TXTRUN will clear 50 Rows even if the .COM
  695.           software which TXTRUN created only displays on the
  696.           top 25 rows.  If you don't want 50 rows cleared, the
  697.           CLR# option lets you change the number of rows cleared
  698.           to something else.
  699.             The correct range is "CLR 10" through "CLR 60"
  700.           to clear only the top 10 rows, through 60 rows.
  701.           To clear the top 25 rows, use "CLR25".
  702.           =-=-=
  703.  
  704.           This normally doesn't affect most users, but if you use 
  705.           either a VGA or EGA with 50/43 rows respectively, you may 
  706.           want control over what TXTRUN does to your screen.
  707.  
  708.           The Hercules' card which allows 38 rows mode for the Lotus 
  709.           1-2-3 is only possible because of a Hercules driver for the 
  710.           1-2-3 spread sheet.  Without the 8 x 8 pixel font driver, 
  711.           each character will not fully display and will not work.
  712.  
  713.           =-=-=
  714.             Normally, TXTRUN will clear the entire width of the
  715.           screen. (this is normally 80 Columns wide)
  716.             The correct range is "CLC 10" through "CLC 100"
  717.           to clear the left 10 columns through 100 columns.
  718.           =-=-=
  719.  
  720.           TXTRUN will clear your screen, regardless of the width of 
  721.           the screen.  If you don't want TXTRUN to clear all of the 
  722.           screen, use this to restrict it.  But if you do, TXTRUN 
  723.           cannot control its background if any of its pages stray 
  724.           beyond the area which is cleared.
  725.  
  726.           =-=-=
  727.             Normally, TXTRUN will clear the background to attribute
  728.           7 for white letter on black background.  If the .COM
  729.           software will only run on color monitors, you can make the
  730.           background to another color, such as "CLRA18" for blue
  731.           or "CLRA33" for green or "CLRA50" for cyan.
  732.             This only affects how the background looks like, not the
  733.           pages themselves.  For an example of the colors you can see
  734.           use alt-A to pop up the attribute and count the colors as
  735.           0  1  2  3  4  5  6  7  8  9 ...... 63
  736.           64 65 66 67 68 69 70 71 72 73......127
  737.           etc.  CLRA0 is not allowed, CLRA128 and above blinks.
  738.           =-=-=
  739.  
  740.           If you use this feature, and you run other softwares from a 
  741.           TXTRUN selection high-lighted with reverse characters, some 
  742.           some softwares may use this as the default background, while 
  743.           others may try to control it on its own.
  744.  
  745.  
  746.                                 patch errors
  747.  
  748.                  The following are errors which may come about if you 
  749.                  were instructed to apply a simple band-ade before the 
  750.                  next version can correct it.  Do not try to use it on 
  751.                  your own.
  752.  
  753.           =-=-=
  754.             This is used to add simple patches to the program if a
  755.           minor program error can be corrected.  The patch address
  756.           value was greater than 65,535.
  757.             The address value must be 0-65,535 as in
  758.           "P0 #" through "P65535 #" where "#" is value to be placed
  759.           at this address.  The value is also 0 - 65,535.
  760.           INCORRECT TAMPERING CAN CAUSE HARM TO YOUR COMPUTER!!
  761.           =-=-=
  762.  
  763.           =-=-=
  764.             The address was given, but no corresponding value to put
  765.           here was given.  The correct value is 0 through 65,535 as in
  766.           "P# 0" through "P# 65535", where "#" is the address and is
  767.           also 0 - 65,535.
  768.           INCORRECT TAMPERING CAN CAUSE HARM TO YOUR COMPUTER!!
  769.           =-=-=
  770.  
  771.           =-=-=
  772.             The address was 0 - 65,535 as expected, but the value to
  773.           place here was over 65,535.  Both the address and the value
  774.           to place here must be 0 - 65,535 as in
  775.           "P 0 0" through "P65535 65535"
  776.           INCORRECT TAMPERING CAN CAUSE HARM TO YOUR COMPUTER!!
  777.           =-=-=
  778.  
  779.                  The following subroutine message is built-in, but is 
  780.                  not operational.  It may or may not be present in 
  781.                  future versions, depending on what you ask.
  782.  
  783.           The Zubroutine option lets you replace the "s" which display
  784.           on the left top part of the box to indicate that this is a
  785.           subroutine.  This option must be followed by a number
  786.           between "0" and "255" as in "Z0" through "Z255".
  787.           "Z0" will not display this subroutine indicator.
  788.  
  789.                        Change errors and messages
  790.  
  791.           These messages are already built-in, but not fully 
  792.           operational.  They should not be used, since they have not 
  793.           been defined.  Later versions may or may not run with such 
  794.           features.
  795.  
  796.             The Change option must be followed without any space or tab
  797.           separating it from the file name as in
  798.           TXTRUN CC:/SUBDIR/MESSAGE.COM<ntr>
  799.           The following are bad examples
  800.           TXTRUN C SPCBAD<ntr>
  801.           TXTRUN CNOEXEFIL.EXE<ntr>
  802.           The first because of the space after "C".
  803.            (The lack of file extension .COM is allowed, because if
  804.            you don't type ".COM", it is assumed to be .COM anyway.)
  805.           The second because files with .EXE cannot be changed.
  806.  
  807.           The Change option changes a text file made into
  808.           a .COM software back into the original text file.
  809.           I was expecting to find a file with
  810.           file extension as in CAPITAL.COM<==
  811.           (If you type "CAPITAL", it is assumed to be "CAPITAL.COM"
  812.  
  813.           This software was not a .COM made by TXTRUN.EXE
  814.  
  815.           This is the wrong version of .COM to change
  816.           into text with this version of TXTRUN.EXE
  817.  
  818.           .COM changed back to .TXT correctly.
  819.  
  820.  
  821.                The following are disk(ette) related errors.
  822.  
  823.           =-=-=
  824.           There is not enough space on the diskette.
  825.           =-=-=
  826.  
  827.           An attempt to write either the .EDT intermediary file or the 
  828.           .COM software indicated that you did not have enough space 
  829.           on your diskette.  Chances are that this did not occur if you 
  830.           have a hard disk.
  831.  
  832.           Insert another diskette and retry.
  833.  
  834.           =-=-=
  835.           Program error.  Bad function number.
  836.           =-=-=
  837.  
  838.           Please report the circumstances this occurred under.
  839.  
  840.           =-=-=
  841.           The file cannot be found.
  842.           =-=-=
  843.  
  844.           The file name you specified did not exist.  Did you mistype 
  845.           a number for a letter?  Did you forget one letter?  Did you 
  846.           inverted two characters or had an extra one?
  847.  
  848.           =-=-=
  849.           The subdirectory path specified does not exist.
  850.           =-=-=
  851.  
  852.           As with the above, but an error in the directory path.
  853.  
  854.           =-=-=
  855.           Not enough handle available:  Set FILES=20.
  856.           =-=-=
  857.  
  858.           Normally, this type of error should not appear.  If you were 
  859.           running another software before running TXTRUN, whereby you 
  860.           can get back to that software by typing "EXIT<ntr>", that 
  861.           software may be keeping files open.  Avoid this.
  862.  
  863.           =-=-=
  864.           No access allowed.
  865.           =-=-=
  866.  
  867.           Do you have a file set for read only or is there some file 
  868.           protector in memory?
  869.  
  870.           =-=-=
  871.           Memory control block is destroyed.
  872.           Reboot As Soon As Possible (ASAP).
  873.           =-=-=
  874.  
  875.           Something unexpected happened.  Report the DOS version which 
  876.           you are using.  That's probably the most likely reason.
  877.  
  878.  
  879.           The following error messages shouldn't appear, but are 
  880.           prepared just in case.  Despite whatever message appears, 
  881.           the real problem is probably very different.  The only real 
  882.           purpose these serve is that it can catch and stop the 
  883.           program before something uncontrollable happens.
  884.  
  885.           =-=-=
  886.           Program error.  Incorrect handle specified.
  887.           =-=-=
  888.  
  889.           =-=-=
  890.           There is not enough free system memory.
  891.           =-=-=
  892.  
  893.           =-=-=
  894.           Program error.  Bad memory block address specified.
  895.           =-=-=
  896.  
  897.           =-=-=
  898.           Program error.  Bad environment specified.
  899.           =-=-=
  900.  
  901.           =-=-=
  902.           Program error.  Bad format specified.
  903.           =-=-=
  904.  
  905.           =-=-=
  906.           Program error.  Bad access code used.
  907.           =-=-=
  908.  
  909.           =-=-=
  910.           Program error.  Bad data used.
  911.           =-=-=
  912.  
  913.           =-=-=
  914.           The specified drive does not exist.
  915.           =-=-=
  916.  
  917.           =-=-=
  918.           The current directory was removed.
  919.           =-=-=
  920.  
  921.           =-=-=
  922.           This device is not the same as before.
  923.           =-=-=
  924.  
  925.           =-=-=
  926.           Some error caused abortion.
  927.           =-=-=
  928.  
  929.  
  930.           The following are the errors and prompts displayed while 
  931.           editing your text files.
  932.  
  933.  
  934.           =-=-=
  935.           Alt-5 to define page first.
  936.           =-=-=
  937.  
  938.           When you try to make a passage between two pages or call 
  939.           another page as a subroutine from the reverse character 
  940.           selection and ^SC coding in your text, you must first decide 
  941.           which page should be accessible.  Then go to that page and 
  942.           type alt-5 to store that page number.  (that's pressing down 
  943.           on the alt key and while keeping it pressed down, also 
  944.           typing "5" on the numeric keypad or its equivalence on your 
  945.           keyboard, not the "5" above the letters "RT").
  946.  
  947.           =-=-=
  948.           K,P,<spc> or 1-9, 0 (10sec)
  949.           =-=-=
  950.  
  951.           When you insert the name of your software, batch file or DOS 
  952.           commands, the very first character location is reserved for 
  953.           TXTRUN itself.  Normally, TXTRUN will clear the screen 
  954.           before running your software etc, but placing the letter "K" 
  955.           in the first location will keep the page it ran from.
  956.  
  957.           If you have the letter "P" here, then after your software is 
  958.           ran, it will Pause, waiting for you to type any key before 
  959.           kicking back into page 1 again.
  960.  
  961.           If you have the number "1" - "9", after running your 
  962.           software, it waits 1 - 9 seconds before kicking back to page 
  963.           1 again.  "0" will wait for about 10 seconds.
  964.  
  965.           =-=-=
  966.           No <spc>.  Type letters, #.
  967.           =-=-=
  968.  
  969.           After you type K, P, or numbers to run your software, at the 
  970.           second character location, you must type the name of the 
  971.           software like this
  972.  
  973.           KDIR *.*<ntr>
  974.           PWORDPROC.EXE FILE1<ntr>
  975.            DATABASE.COM<ntr>
  976.           2COPY A:AFILE B:BFILE<ntr>
  977.            BUSHY.BAT<ntr>
  978.  
  979.           The first example will keep the page it was selected at and 
  980.           then display all the names in the default drive and 
  981.           subdirectory.
  982.  
  983.           The second will run your software and after you finish with 
  984.           it, it will pause for you to type any key before kicking you 
  985.           back to page 1.
  986.  
  987.           The third will run your software and as soon as you finish, 
  988.           it will kick you back to page 1.
  989.  
  990.           The fourth will copy the file and then pauses about two 
  991.           seconds before kicking back in.
  992.  
  993.           The last will run whatever you have in the batch file and 
  994.           then kick back in again.
  995.  
  996.           =-=-=
  997.           This page # is stored now. 
  998.           =-=-=
  999.  
  1000.           =-=-=
  1001.           PgUp for this two ways ^ v 
  1002.           =-=-=
  1003.  
  1004.           ....... You went to the "then page" and typed alt-5 to store
  1005.           .then . this page number.  Then you went to the "now page"
  1006.           . page. and typed alt-PgUp to define a tow way passage 
  1007.           .     . between this "now page" and the "then page" stored.
  1008.           ....... 
  1009.            ^PgUp  As long as you did not use the AOFF option or typed
  1010.            |      the alt-end combination, this forms a one-to-one
  1011.            vPgDn  passage.  Another page may have a one-way passage to
  1012.           ....... the "now page", but only this one "then page" may
  1013.           .now  . be accessed by the "now page".
  1014.           . page. 
  1015.           .     . 
  1016.           ....... 
  1017.  
  1018.           =-=-=
  1019.           PgUp defined for this ^    
  1020.           =-=-=
  1021.  
  1022.           ....... Initially, you used the AOFF option or previously,
  1023.           .then . you used the alt-end combination to make one way
  1024.           . page. passage.
  1025.           .     . 
  1026.           ....... You typed alt-PgUp to define a passage between this
  1027.            ^PgUp  page and the page number stored with alt-5.  You can
  1028.            |      go from here to the page stored with alt-5, but the
  1029.            |      page stored with alt-5 cannot access this page yet.
  1030.           ....... 
  1031.           .now  . To access it, you must store the "now page" by 
  1032.           . page. typing alt-5 here, go to the "then page" and type
  1033.           .     . alt-PgDn then.  The alt-5 page is deleted as soon as
  1034.           ....... it is used, so you must store it over again.
  1035.  
  1036.           =-=-=
  1037.           PgDn for this two ways ^ v 
  1038.           =-=-=
  1039.  
  1040.           As with above two ways.
  1041.  
  1042.           =-=-=
  1043.           PgDn defined for this v    
  1044.           =-=-=
  1045.  
  1046.           As with above one way.
  1047.  
  1048.           =-=-=
  1049.           Right cursor two ways <--> 
  1050.           =-=-=
  1051.  
  1052.           As with above two ways.
  1053.  
  1054.           =-=-=
  1055.           Right cursor for this  ->  
  1056.           =-=-=
  1057.  
  1058.           As with above one way.
  1059.  
  1060.           =-=-=
  1061.           Left cursor two ways  <--> 
  1062.           =-=-=
  1063.  
  1064.           As with above two ways.
  1065.  
  1066.           =-=-=
  1067.           Left cursor for this   <-  
  1068.           =-=-=
  1069.  
  1070.           =-=-=
  1071.           As with above one way.
  1072.           =-=-=
  1073.  
  1074.           =-=-=
  1075.           No passage.  Cannot end it.
  1076.           =-=-=
  1077.  
  1078.           You typed alt-end-left, alt-end-right, alt-end-PgUp or 
  1079.           alt-end-PgDn to end a passage between two pages, but there 
  1080.           was no connecting passage in the direction you specified.
  1081.  
  1082.           Type alt-home to see which passages are allowed from the 
  1083.           present page.
  1084.  
  1085.           You typed the alt-5 combination and TXTRUN tells you that 
  1086.           the present page number is now stored for use by other 
  1087.           pages to make a passage or to be called at a higher level.
  1088.  
  1089.           =-=-=
  1090.           One way passage thru pages.
  1091.           =-=-=
  1092.  
  1093.           You typed the alt-end key combination to make the passage 
  1094.           through pages one way.  If your keyboard doesn't have a 
  1095.           dedicated numeric keypad, type alt-1 combination to insert 
  1096.           the chr(1) code. (^A or control-A).  If your keyboard has 
  1097.           two sets of cursor keys and <end> keys, choose the very far 
  1098.           right set with the numbers on them.
  1099.  
  1100.           =-=-=
  1101.           Two way rite/left/PgUp/PgDn
  1102.           =-=-=
  1103.  
  1104.           You typed the alt-end key combination again, or you used the 
  1105.           AOFF option and you used this key combination to set it back 
  1106.           to normal.
  1107.  
  1108.           =-=-=
  1109.           THIS page's left page gone.
  1110.           =-=-=
  1111.  
  1112.           You typed alt-end-left-cursor to delete this page's passage 
  1113.           to the page connecting it via the left cursor.  But the left 
  1114.           page can still access this page unless you cut it off as 
  1115.           well by going to that page and typing alt-end-right-cursor
  1116.  
  1117.           .......          .......  Before you press down on the alt 
  1118.           .     .<-left    .now  .  key and typing end-left without
  1119.           .     .          .     .  letting go of the alt key, this is
  1120.           .......   right->.......  how the pages are accessed.
  1121.                                     
  1122.           .......          .......  After you press down on the alt
  1123.           .     .          .now  .  key and typing end-left without
  1124.           .     .          .     .  letting go of the alt key, this
  1125.           .......   right->.......  is the result:  The now page can
  1126.                                     no longer access the page next to 
  1127.           it by pressing down on the left key, but that other page can 
  1128.           still access the now page by pressing down on the right 
  1129.           cursor key.
  1130.  
  1131.           In order to cut off that side's access to the now page, go 
  1132.           to that other page and type alt-end-right.  Remember to keep 
  1133.           pressing down on the alt key while pressing down on the end 
  1134.           followed by the right cursor key.  If there is no dedicated 
  1135.           numeric keypad, type alt-16 to generate chr(16).  If there 
  1136.           is two sets of keypads, use the one on the extreme right.
  1137.  
  1138.           =-=-=
  1139.           THIS page's rite page gone.
  1140.           =-=-=
  1141.  
  1142.           Similar to above, concerning the connection to the page to 
  1143.           the right.
  1144.  
  1145.           =-=-=
  1146.           THIS page's PgUp page gone.
  1147.           =-=-=
  1148.  
  1149.           Similar to above.
  1150.  
  1151.           =-=-=
  1152.           THIS page's PgDn page gone.
  1153.           =-=-=
  1154.  
  1155.           Similar to above.
  1156.  
  1157.           =-=-=
  1158.           ^SS in text for softwares. 
  1159.           =-=-=
  1160.  
  1161.           You tried to type alt-S to run a software from this page, 
  1162.           but there was no ^SS coding here to allow it.  This message 
  1163.           tells you to add this coding with your editor so that you 
  1164.           can try again.
  1165.  
  1166.           =-=-=
  1167.           ^SC in text for call pages.
  1168.           =-=-=
  1169.  
  1170.           You tried to type alt-C to call another page at a higher 
  1171.           level from this page, but there was no ^SC coding here to 
  1172.           allow it.  This message tells you to add this coding with 
  1173.           your editor so that you can try again.
  1174.  
  1175.           =-=-=
  1176.           Software here, not call pg 
  1177.           =-=-=
  1178.  
  1179.           You typed alt-C, but the selection which can be defined at 
  1180.           this location is a software and its parameters, not a page 
  1181.           to be called.
  1182.  
  1183.           =-=-=
  1184.           Call pg here, not software 
  1185.           =-=-=
  1186.  
  1187.           You typed alt-S, but the selection which can be defined at 
  1188.           this location is a call to another page.
  1189.  
  1190.  
  1191.  
  1192.              disk access messages while TXTRUN or after .COM software
  1193.  
  1194.           =-=-=
  1195.           File not found.
  1196.           =-=-=
  1197.  
  1198.           The software name was not found.
  1199.  
  1200.           =-=-=
  1201.           Access denied.
  1202.           =-=-=
  1203.  
  1204.           The software exists, but no access given.  Is this read only 
  1205.           or is some other protection given?
  1206.  
  1207.           =-=-=
  1208.           Not enough free memory for both.
  1209.           =-=-=
  1210.  
  1211.           There isn't enough of the 640 KB of system memory to run.
  1212.  
  1213.           =-=-=
  1214.           Bad environment string.
  1215.           =-=-=
  1216.  
  1217.           The environment string containing COMSPEC, PATH etc was not 
  1218.           correct.
  1219.  
  1220.           =-=-=
  1221.           Bad file string format.
  1222.           =-=-=
  1223.  
  1224.           File string bad.
  1225.  
  1226.           =-=-=
  1227.           Unknown error.
  1228.           =-=-=
  1229.  
  1230.           Something not expected prevented the software from running.
  1231.  
  1232.           =-=-=
  1233.           No page found next to this.
  1234.           =-=-=
  1235.  
  1236.           You tried to use left/right cursor or PgUp/PgDn, but there 
  1237.           was no page defined.  Was it defined from the other side?
  1238.  
  1239.           =-=-=
  1240.           No subroutine found here.  
  1241.           =-=-=
  1242.  
  1243.           The page number selected at the reverse character 
  1244.           high-lighted selection could not be found here.
  1245.  
  1246.           =-=-=
  1247.           Not enough memory to run it
  1248.           =-=-=
  1249.  
  1250.           There was not even enough free system memory to shrink down 
  1251.           to run your software.  If this happens while editing in 
  1252.           TXTRUN, make the .COM software and try again.  If you still 
  1253.           get it then, it's a programming error or there is something 
  1254.           else going on with your PC.
  1255.  
  1256.           =-=-=
  1257.           Already nested to 8 levels.
  1258.           =-=-=
  1259.  
  1260.           You tried to go beyond the eight levels of nestings allowed.
  1261.  
  1262.           =-=-=
  1263.           Type any key to continue.
  1264.           =-=-=
  1265.  
  1266.           The message must be read.  Type any key to continue to do 
  1267.           something else.
  1268.  
  1269.           =-=-=
  1270.           No "COMSPEC=" so no running
  1271.           =-=-=
  1272.  
  1273.           The string beginning with "COMSPEC=" was not in your 
  1274.           environment string.  As a result, softwares cannot be run if 
  1275.           you selected them.
  1276.  
  1277.           You should have received a warning that this will happen 
  1278.           before you ran this.
  1279.  
  1280.           To allow this, you need to tell DOS where (or which copy of) 
  1281.           the command.com will be used as in
  1282.  
  1283.           COMSPEC=E:\COMMAND.COM<ntr>
  1284.  
  1285.           =-=-=
  1286.           Nothing defined here yet.  
  1287.           =-=-=
  1288.  
  1289.           The selection was not reverse character high-lighted and 
  1290.           there is no page to call or software to run yet.
  1291.  
  1292.           =-=-=
  1293.           Exit this?(type "Y" or "N")
  1294.           =-=-=
  1295.  
  1296.           At page 1 within the .COM software only, you typed <esc> to 
  1297.           get out.  In case you typed this by mistake, this asks you 
  1298.           for a confirmation by typing "Y" or "y" for "yes, get back 
  1299.           to DOS".  N/n if you typed this by mistake.
  1300.  
  1301.           =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1302.                          DISCLAIMERS, INFO FOR SYSOPS ETC
  1303.           =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1304.  
  1305.           All products and names mentioned are Trademarks or
  1306.           Registered Trademarks of their respective corporations or
  1307.           companies.  That includes my group or any other group's
  1308.           programs, of course.  Some products may have patent 
  1309.           protections as well.
  1310.  
  1311.           All enclosed programs, documents and other files are
  1312.           provided AS IS, without any warranty, expressed or implied,
  1313.           including but not limited to fitness for a particular
  1314.           purpose.
  1315.  
  1316.           A contribution of $10 US/Canadian is appreciated if you
  1317.           find this useful, or $20 for an improved one as it comes out.
  1318.           ($20 Cdn if you're in Canada and $20 U.S. for U.S & others,) 
  1319.           Unless you specify otherwise, you will get a 5-1/4" 360 kb
  1320.           diskette.  And if you only specify 3-1/2", it will be 
  1321.           formatted as 360kb/720kb on a 720kb or a 1.44Mb drive.
  1322.  
  1323.           NAME OF THE PROGRAM:          TXTRUN.EXE ($10-$20)
  1324.  
  1325.           PURPOSE OF THE PROGRAM:
  1326.           Changes your text into a .COM software which acts as a 
  1327.           pull-down text menu, a dungeons and dragon game or a DOS 
  1328.           shell to run your softwares/batch-files/DOS-commands.
  1329.  
  1330.           +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1331.  
  1332.           For permanency, contact 
  1333.  
  1334.           c/o  Dr. Sawada         
  1335.                LCS                
  1336.                P.O. Box 956       
  1337.                Outremont, Quebec  
  1338.                Canada  H2V 4R8    
  1339.  
  1340.           +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1341.  
  1342.